home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / ARCHIVE / ZIPNEW.ZIP / TOUCHIT.DOC < prev    next >
Encoding:
Text File  |  1990-07-16  |  4.2 KB  |  110 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                    TOUCHIT
  7.  
  8.                                 "Touch" Files
  9.  
  10.                        Copyright (c) 1990, 1991, 1992
  11.                              Transversal Design
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.                              Transversal Design
  23.                                 PO Box 66082
  24.                            Chicago, IL  60666-0082
  25.                       Beeper: (312) 999-0745 (digital)
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.                                                                         071690
  35. First Things First:
  36.  
  37. Please take the time to read the License, Warranty and Registration
  38. information.  If you have received this file without printed documentation,
  39. this information is contained in the file named LICENSE.DOC.
  40.  
  41. The information contained in this file/pamphlet outlines copyright
  42. information, licensing agreement, warranty, technical support policies and
  43. additional information about registering your software.  It also includes
  44. descriptions of other programs by Transversal Design in which you might be
  45. interested.  Please take the time to read this information to be sure you
  46. understand your rights and the expectations/guidelines of Transversal Design.
  47. TOUCHIT
  48.  
  49. TouchIt came about one evening while writing the documentation for ZipNew. 
  50. We needed something which we could include with ZipNew for non-programmer
  51. users which would change the time and date of a file to give examples of the
  52. use of ZipNew.  The "touch" utility supplied by Borland with all of their
  53. programming languages was very useful to a point, but a) we couldn't include
  54. it with our programs without copyright violations/licensing, and b) every time
  55. we've used TOUCH, we wanted to set a specific time and date, so we exited to
  56. DOS, typed TIME to set the time, typed DATE to set the date, typed TOUCH to
  57. touch the files, then typed TIME and DATE to reset the time and date.  Does
  58. this sound like a computer working for you?
  59.  
  60. We decided to "throw" TOUCHIT out there for the general programming community. 
  61. TOUCHIT is a "new" program to the Transversal Design Utilities.  Earlier
  62. versions of the LICENSE.DOC file (i.e., last night's upload) do not have it in
  63. the descriptions.
  64.  
  65. The documentation for TOUCHIT will be very brief.  TOUCHIT will take a file
  66. (or files) and alter it's time and date to a) the current time and date, or b)
  67. a specified time and date.  This is useful for any programmer using a MAKE or
  68. BUILD option with their compilers, along with anyone using a program such as
  69. ZIPNEW (hint... download it) which uses the file's date and time for decision
  70. making.
  71.  
  72.  
  73.  
  74. Usage:
  75.  
  76. The command line for TOUCHIT is:
  77.  
  78. TOUCHIT mask [/d[=]xx/xx/xx] [/t[=]xx:xx] [/h|/?] [/L] [/g]    where:
  79.         mask           Mask to match, such as *.PAS, *.C or *.DOC
  80.         /d[=]xx/xx/xx  date in the format of /d=01/01/90
  81.         /t[=]xx:xx     time in the format of /t=01:23
  82.                        NOTE: date MUST be 8 characters long and time must be 5
  83.                        characters long in military format (hours=0..23)
  84.         /h or /?       help only.
  85.         /L             Show log of files upon which to be acted without
  86.                        actually "touching" them.
  87.         /g             Look for mask over entire drive.
  88.  
  89.  
  90. Specifying /L will just "show" or log the files upon which action would be
  91. taken without actually changing their time/date.  /L may be entered as
  92. lowercase, but we used uppercase because /l is ambiguous (is it an L or a 1
  93. [one]?).
  94.  
  95. Specifying /G will tell TOUCHIT to act upon all files matching the mask across
  96. the drive, no matter what directory they are in.  Otherwise, only the files in
  97. the current directory will be acted upon.
  98.  
  99. Any legal DOS mask may be specified.  The program assumes the current
  100. directory.  No directory may be specified with this version.  If user interest
  101. is high enough, we will make the appropriate changes to be able to specify a
  102. path-specific mask while maintaining the ability to work globally.
  103.  
  104. As with all Transversal Design utilities, you may specify /H or /? for help,
  105. without proceeding.
  106. TOUCH.COM is copyright Borland International, Inc.
  107.  
  108. The inclusion of this product name in this documentation is no indication
  109. whatsoever that Borland has used or endorses this product.
  110.